os.Process.wait (method)

2 uses

	os (current package)
		exec.go#L358: 	return p.wait()
		exec_unix.go#L22: func (p *Process) wait() (ps *ProcessState, err error) {